home *** CD-ROM | disk | FTP | other *** search
/ The Canadian & World Encyclopedia 1998 / The Canadian & World Encyclopedia 1998 - Disc 2.iso / mac / prime_CD / pb / PROFILE.DIR / 00031_Script_~go to NU < prev    next >
Text File  |  1997-07-29  |  409b  |  19 lines

  1. global qtrep_return
  2. on mousedown
  3.   waitcursor the clickon
  4.   set qtrep_return = the frame
  5.   
  6.   see_sprite([37,38,39,40,41],false)
  7.   findnu(string(current_pm))
  8.   
  9.   
  10.   if the castnum of sprite 6 <> 0 then
  11.     if the casttype of cast  (the castnum of sprite 6) = #digitalvideo then
  12. --      set the movietime of sprite 6 = 0
  13.       set the movierate of sprite 6 = 1
  14.     end if
  15.   end if
  16.   
  17.   
  18. end
  19.